[INFO] fetching crate polars-structpath-types 0.3.0...
[INFO] testing polars-structpath-types-0.3.0 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate polars-structpath-types 0.3.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate polars-structpath-types 0.3.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate polars-structpath-types 0.3.0
[INFO] tweaked toml for crates.io crate polars-structpath-types 0.3.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate polars-structpath-types 0.3.0 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate polars-structpath-types 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded polars-schema v0.52.0
[INFO] [stderr]   Downloaded polars-row v0.52.0
[INFO] [stderr]   Downloaded polars-dtype v0.52.0
[INFO] [stderr]   Downloaded polars-error v0.52.0
[INFO] [stderr]   Downloaded psm v0.1.29
[INFO] [stderr]   Downloaded polars-compute v0.52.0
[INFO] [stderr]   Downloaded polars-utils v0.52.0
[INFO] [stderr]   Downloaded polars-core v0.52.0
[INFO] [stderr]   Downloaded polars-arrow v0.52.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f9f0b71e72ba08996c79dace7b7bd06031b80d483f737f2f8a8d66c1c98a5446
[INFO] running `Command { std: "docker" "start" "-a" "f9f0b71e72ba08996c79dace7b7bd06031b80d483f737f2f8a8d66c1c98a5446", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f9f0b71e72ba08996c79dace7b7bd06031b80d483f737f2f8a8d66c1c98a5446", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9f0b71e72ba08996c79dace7b7bd06031b80d483f737f2f8a8d66c1c98a5446", kill_on_drop: false }`
[INFO] [stdout] f9f0b71e72ba08996c79dace7b7bd06031b80d483f737f2f8a8d66c1c98a5446
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 60f9ba9f9a83cb9da803de305e0dbe62d7551c2d02b60b27f0458d1cca3a9683
[INFO] running `Command { std: "docker" "start" "-a" "60f9ba9f9a83cb9da803de305e0dbe62d7551c2d02b60b27f0458d1cca3a9683", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.37
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling polars-utils v0.52.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling phf_shared v0.12.1
[INFO] [stderr]    Compiling polars-schema v0.52.0
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling polars-arrow v0.52.0
[INFO] [stderr]    Compiling ethnum v1.5.2
[INFO] [stderr]    Compiling streaming-iterator v0.1.9
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling phf v0.12.1
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling polars-compute v0.52.0
[INFO] [stderr]    Compiling debug_unsafe v0.1.3
[INFO] [stderr]    Compiling atoi_simd v0.16.1
[INFO] [stderr]    Compiling fast-float2 v0.2.3
[INFO] [stderr]    Compiling boxcar v0.2.14
[INFO] [stderr]    Compiling strength_reduce v0.2.4
[INFO] [stderr]    Compiling polars-core v0.52.0
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling uuid v1.20.0
[INFO] [stderr]    Compiling stacker v0.1.22
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling polars-error v0.52.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling ar_archive_writer v0.5.1
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling psm v0.1.29
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling compact_str v0.9.0
[INFO] [stderr]    Compiling polars-dtype v0.52.0
[INFO] [stderr]    Compiling polars-row v0.52.0
[INFO] [stderr]    Compiling polars-structpath-types v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
[INFO] running `Command { std: "docker" "inspect" "60f9ba9f9a83cb9da803de305e0dbe62d7551c2d02b60b27f0458d1cca3a9683", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60f9ba9f9a83cb9da803de305e0dbe62d7551c2d02b60b27f0458d1cca3a9683", kill_on_drop: false }`
[INFO] [stdout] 60f9ba9f9a83cb9da803de305e0dbe62d7551c2d02b60b27f0458d1cca3a9683
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8cab23b78bcab33a06e7f6677ef10136554b93eb9f1ccf9dc07e2ea7cf94148c
[INFO] running `Command { std: "docker" "start" "-a" "8cab23b78bcab33a06e7f6677ef10136554b93eb9f1ccf9dc07e2ea7cf94148c", kill_on_drop: false }`
[INFO] [stderr]    Compiling polars-structpath-types v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.20s
[INFO] running `Command { std: "docker" "inspect" "8cab23b78bcab33a06e7f6677ef10136554b93eb9f1ccf9dc07e2ea7cf94148c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8cab23b78bcab33a06e7f6677ef10136554b93eb9f1ccf9dc07e2ea7cf94148c", kill_on_drop: false }`
[INFO] [stdout] 8cab23b78bcab33a06e7f6677ef10136554b93eb9f1ccf9dc07e2ea7cf94148c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c064766396d13b96932678f4d8cf1a9339bcfd442036fb5d9687721a724140a1
[INFO] running `Command { std: "docker" "start" "-a" "c064766396d13b96932678f4d8cf1a9339bcfd442036fb5d9687721a724140a1", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/polars_structpath_types-78b2825dfe5fdc7d)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stderr]      Running tests/test_to_arrow.rs (/opt/rustwide/target/debug/deps/test_to_arrow-e9b9482d237ec0a9)
[INFO] [stdout] test structpath::tests::test_impl_struct_buffer ... ok
[INFO] [stdout] test enumpath::tests::test_impl_enum_buffer ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_req_struct_to_arrow_roundtrip ... ok
[INFO] [stdout] test test_opt_struct_to_arrow_roundtrip ... ok
[INFO] [stdout] test test_to_arrow_rows ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests polars_structpath_types
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test src/lib.rs - (line 26) ... ignored
[INFO] [stdout] test src/lib.rs - (line 42) ... ignored
[INFO] [stdout] test src/lib.rs - (line 54) ... ignored
[INFO] [stdout] test src/structpath.rs - structpath::impl_struct_buffer (line 23) ... ok
[INFO] [stdout] test src/enumpath.rs - enumpath::impl_enum_buffer (line 290) ... ok
[INFO] [stdout] test src/lib.rs - (line 87) ... FAILED
[INFO] [stdout] test src/structpath.rs - structpath::impl_struct_buffer (line 59) ... ok
[INFO] [stdout] test src/traits.rs - traits::FromArrow (line 96) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 157) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 113) ... ok
[INFO] [stdout] test src/base.rs - base::ArrowBufferOption (line 16) ... ok
[INFO] [stdout] test src/lib.rs - (line 134) ... ok
[INFO] [stdout] test src/traits.rs - traits::ArrowBuffer (line 18) ... ok
[INFO] [stdout] test src/lib.rs - (line 67) ... ok
[INFO] [stdout] test src/traits.rs - traits::IntoArrow (line 67) ... ok
[INFO] [stdout] test src/base.rs - base::ArrowBufferVec (line 69) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 87) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestf32nxe/rustc0wyUPm/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libpolars_structpath_types-4235f3cb1e7ec24e,libpolars_core-abab1f03ff1d586c,libxxhash_rust-a22d2a3ffbd6b157,libpolars_row-8034764fd36006ca,libpolars_dtype-0f51ad851e9a2ad2,libboxcar-793380ddae10c658,libpolars_compute-4e27ecb595a729a0,libfast_float2-ec71ae2c1a92e9ea,libatoi_simd-a75a6d5b18729f7a,libdebug_unsafe-bc62d800bfb740a1,libstrength_reduce-649de3d97cb1d991,libpolars_arrow-a1941427aeea324e,libpolars_schema-bb5d1e937a3330e6,libchrono_tz-8a8596c77bb23fc4,libphf-b844b6009273f4fa,libphf_shared-ab270b67a8c376ee,libsiphasher-9b5a30f57019f0cd,libethnum-0fe0d15c4deb6ac7,libdyn_clone-1c1b05e4f4a02cac,libchrono-ab5aee8a91153ccd,libstreaming_iterator-a6bfc9f1d17a860d,libpolars_utils-f8ef57b199e228b8,libindexmap-eaa930dbb3490c5b,libcompact_str-1077b732832dcfb5,libryu-14257e7dfe68df82,libitoa-ae20521aea192d35,libstatic_assertions-d53a9977dc6e27e5,libcastaway-0c7295e5f0f2ca82,libserde-c064627f7d0e2b2b,librand-1e0ca69e28b6ca60,librand_chacha-4c69edf4707947c2,libppv_lite86-a768ca4e3dd24c48,libzerocopy-d06cae82cf9e4e9f,librand_core-0dd5a39b32f1a1e7,libuuid-b2be159e197a443e,libgetrandom-8ad90180b871c4ee,libbytemuck-dfef23d740a6e4e6,libregex-e0f6f9f47700b3dc,libregex_automata-329422ecb3e34e46,libaho_corasick-0602069ca8351cd6,libmemchr-f04d4ed0ff57c3c8,libregex_syntax-d40cde7d2fd22dd8,libraw_cpuid-4be34e61a8d84fa3,libbitflags-443c99b827427271,libpolars_error-4c68e361ff195a4d,libsimdutf8-707b525ce49425da,libsignal_hook-bee2b2c064b4226f,libsignal_hook_registry-f28089634c785938,liberrno-022dd9b102cb7f23,libparking_lot-b6d032f40c4e1dd9,libparking_lot_core-cef63214b1de6cb0,liblibc-0ae50395762272e0,libcfg_if-5af52f617df93f8f,libsmallvec-45f6e3b8047adea1,liblock_api-ec1e77aca18a533b,libscopeguard-d52bd00767847e44,libslotmap-031ac81fa1a5c316,libhashbrown-48ec3cc504e14de7,libequivalent-7e0e8cbe6c474a67,libserde_core-596dd3e94a3ee29f,librayon-41044e3b5ccb1346,librayon_core-52eb7fbf8b046d0c,libcrossbeam_deque-5a8bc6150a57d553,libcrossbeam_epoch-7bc0ab567b886199,libcrossbeam_utils-bddddcad4a4551ea,liballocator_api2-3bc2480ae44878f3,libfoldhash-30b19a4f129d900d,libnum_traits-300c5186abf3804c,libeither-1e551205f1478063}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestf32nxe/rustc0wyUPm/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/psm-920104ffece7dd95/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestf32nxe/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/traits.rs - traits::FromArrow (line 96) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestphSbin/rustckquqDG/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libpolars_structpath_types-4235f3cb1e7ec24e,libpolars_core-abab1f03ff1d586c,libxxhash_rust-a22d2a3ffbd6b157,libpolars_row-8034764fd36006ca,libpolars_dtype-0f51ad851e9a2ad2,libboxcar-793380ddae10c658,libpolars_compute-4e27ecb595a729a0,libfast_float2-ec71ae2c1a92e9ea,libatoi_simd-a75a6d5b18729f7a,libdebug_unsafe-bc62d800bfb740a1,libstrength_reduce-649de3d97cb1d991,libpolars_arrow-a1941427aeea324e,libpolars_schema-bb5d1e937a3330e6,libchrono_tz-8a8596c77bb23fc4,libphf-b844b6009273f4fa,libphf_shared-ab270b67a8c376ee,libsiphasher-9b5a30f57019f0cd,libethnum-0fe0d15c4deb6ac7,libdyn_clone-1c1b05e4f4a02cac,libchrono-ab5aee8a91153ccd,libstreaming_iterator-a6bfc9f1d17a860d,libpolars_utils-f8ef57b199e228b8,libindexmap-eaa930dbb3490c5b,libcompact_str-1077b732832dcfb5,libryu-14257e7dfe68df82,libitoa-ae20521aea192d35,libstatic_assertions-d53a9977dc6e27e5,libcastaway-0c7295e5f0f2ca82,libserde-c064627f7d0e2b2b,librand-1e0ca69e28b6ca60,librand_chacha-4c69edf4707947c2,libppv_lite86-a768ca4e3dd24c48,libzerocopy-d06cae82cf9e4e9f,librand_core-0dd5a39b32f1a1e7,libuuid-b2be159e197a443e,libgetrandom-8ad90180b871c4ee,libbytemuck-dfef23d740a6e4e6,libregex-e0f6f9f47700b3dc,libregex_automata-329422ecb3e34e46,libaho_corasick-0602069ca8351cd6,libmemchr-f04d4ed0ff57c3c8,libregex_syntax-d40cde7d2fd22dd8,libraw_cpuid-4be34e61a8d84fa3,libbitflags-443c99b827427271,libpolars_error-4c68e361ff195a4d,libsimdutf8-707b525ce49425da,libsignal_hook-bee2b2c064b4226f,libsignal_hook_registry-f28089634c785938,liberrno-022dd9b102cb7f23,libparking_lot-b6d032f40c4e1dd9,libparking_lot_core-cef63214b1de6cb0,liblibc-0ae50395762272e0,libcfg_if-5af52f617df93f8f,libsmallvec-45f6e3b8047adea1,liblock_api-ec1e77aca18a533b,libscopeguard-d52bd00767847e44,libslotmap-031ac81fa1a5c316,libhashbrown-48ec3cc504e14de7,libequivalent-7e0e8cbe6c474a67,libserde_core-596dd3e94a3ee29f,librayon-41044e3b5ccb1346,librayon_core-52eb7fbf8b046d0c,libcrossbeam_deque-5a8bc6150a57d553,libcrossbeam_epoch-7bc0ab567b886199,libcrossbeam_utils-bddddcad4a4551ea,liballocator_api2-3bc2480ae44878f3,libfoldhash-30b19a4f129d900d,libnum_traits-300c5186abf3804c,libeither-1e551205f1478063}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestphSbin/rustckquqDG/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/psm-920104ffece7dd95/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestphSbin/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 157) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestbNxT0X/rustc9jFIIW/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libpolars_structpath_types-4235f3cb1e7ec24e,libpolars_core-abab1f03ff1d586c,libxxhash_rust-a22d2a3ffbd6b157,libpolars_row-8034764fd36006ca,libpolars_dtype-0f51ad851e9a2ad2,libboxcar-793380ddae10c658,libpolars_compute-4e27ecb595a729a0,libfast_float2-ec71ae2c1a92e9ea,libatoi_simd-a75a6d5b18729f7a,libdebug_unsafe-bc62d800bfb740a1,libstrength_reduce-649de3d97cb1d991,libpolars_arrow-a1941427aeea324e,libpolars_schema-bb5d1e937a3330e6,libchrono_tz-8a8596c77bb23fc4,libphf-b844b6009273f4fa,libphf_shared-ab270b67a8c376ee,libsiphasher-9b5a30f57019f0cd,libethnum-0fe0d15c4deb6ac7,libdyn_clone-1c1b05e4f4a02cac,libchrono-ab5aee8a91153ccd,libstreaming_iterator-a6bfc9f1d17a860d,libpolars_utils-f8ef57b199e228b8,libindexmap-eaa930dbb3490c5b,libcompact_str-1077b732832dcfb5,libryu-14257e7dfe68df82,libitoa-ae20521aea192d35,libstatic_assertions-d53a9977dc6e27e5,libcastaway-0c7295e5f0f2ca82,libserde-c064627f7d0e2b2b,librand-1e0ca69e28b6ca60,librand_chacha-4c69edf4707947c2,libppv_lite86-a768ca4e3dd24c48,libzerocopy-d06cae82cf9e4e9f,librand_core-0dd5a39b32f1a1e7,libuuid-b2be159e197a443e,libgetrandom-8ad90180b871c4ee,libbytemuck-dfef23d740a6e4e6,libregex-e0f6f9f47700b3dc,libregex_automata-329422ecb3e34e46,libaho_corasick-0602069ca8351cd6,libmemchr-f04d4ed0ff57c3c8,libregex_syntax-d40cde7d2fd22dd8,libraw_cpuid-4be34e61a8d84fa3,libbitflags-443c99b827427271,libpolars_error-4c68e361ff195a4d,libsimdutf8-707b525ce49425da,libsignal_hook-bee2b2c064b4226f,libsignal_hook_registry-f28089634c785938,liberrno-022dd9b102cb7f23,libparking_lot-b6d032f40c4e1dd9,libparking_lot_core-cef63214b1de6cb0,liblibc-0ae50395762272e0,libcfg_if-5af52f617df93f8f,libsmallvec-45f6e3b8047adea1,liblock_api-ec1e77aca18a533b,libscopeguard-d52bd00767847e44,libslotmap-031ac81fa1a5c316,libhashbrown-48ec3cc504e14de7,libequivalent-7e0e8cbe6c474a67,libserde_core-596dd3e94a3ee29f,librayon-41044e3b5ccb1346,librayon_core-52eb7fbf8b046d0c,libcrossbeam_deque-5a8bc6150a57d553,libcrossbeam_epoch-7bc0ab567b886199,libcrossbeam_utils-bddddcad4a4551ea,liballocator_api2-3bc2480ae44878f3,libfoldhash-30b19a4f129d900d,libnum_traits-300c5186abf3804c,libeither-1e551205f1478063}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestbNxT0X/rustc9jFIIW/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/psm-920104ffece7dd95/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestbNxT0X/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 157)
[INFO] [stdout]     src/lib.rs - (line 87)
[INFO] [stdout]     src/traits.rs - traits::FromArrow (line 96)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 10 passed; 3 failed; 3 ignored; 0 measured; 0 filtered out; finished in 21.73s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "c064766396d13b96932678f4d8cf1a9339bcfd442036fb5d9687721a724140a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c064766396d13b96932678f4d8cf1a9339bcfd442036fb5d9687721a724140a1", kill_on_drop: false }`
[INFO] [stdout] c064766396d13b96932678f4d8cf1a9339bcfd442036fb5d9687721a724140a1
